From d37395a6b5ea33938755a88cbb02647a28a85973 Mon Sep 17 00:00:00 2001 From: "mjw@wray-m-3.hpl.hp.com" Date: Fri, 24 Sep 2004 13:36:44 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.169 (415422ecDoK6_4TUkDa1wJwmtcZCAA) Add missing frontend 2.4 config vars for blkif/netif frontends. --- linux-2.4.27-xen-sparse/arch/xen/config.in | 4 ++++ linux-2.4.27-xen-sparse/arch/xen/defconfig-xenU | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/linux-2.4.27-xen-sparse/arch/xen/config.in b/linux-2.4.27-xen-sparse/arch/xen/config.in index d6a3936547..60b80dfd34 100644 --- a/linux-2.4.27-xen-sparse/arch/xen/config.in +++ b/linux-2.4.27-xen-sparse/arch/xen/config.in @@ -23,10 +23,14 @@ define_bool CONFIG_NO_IDLE_HZ y if [ "$CONFIG_XEN_PHYSDEV_ACCESS" == "y" ]; then define_bool CONFIG_FOREIGN_PAGES y + define_bool CONFIG_XEN_BLKDEV_FRONTEND n + define_bool CONFIG_XEN_NETDEV_FRONTEND n else define_bool CONFIG_FOREIGN_PAGES n define_bool CONFIG_NETDEVICES y define_bool CONFIG_VT n + define_bool CONFIG_XEN_BLKDEV_FRONTEND y + define_bool CONFIG_XEN_NETDEV_FRONTEND y fi mainmenu_option next_comment diff --git a/linux-2.4.27-xen-sparse/arch/xen/defconfig-xenU b/linux-2.4.27-xen-sparse/arch/xen/defconfig-xenU index a975cc9f9f..08f1619f2e 100644 --- a/linux-2.4.27-xen-sparse/arch/xen/defconfig-xenU +++ b/linux-2.4.27-xen-sparse/arch/xen/defconfig-xenU @@ -12,6 +12,10 @@ CONFIG_UID16=y # # CONFIG_XEN_PRIVILEGED_GUEST is not set # CONFIG_XEN_PHYSDEV_ACCESS is not set +# CONFIG_XEN_BLKDEV_BACKEND is not set +# CONFIG_XEN_NETDEV_BACKEND is not set +CONFIG_XEN_BLKDEV_FRONTEND=y +CONFIG_XEN_NETDEV_FRONTEND=y CONFIG_XEN_SCRUB_PAGES=y CONFIG_NO_IDLE_HZ=y # CONFIG_FOREIGN_PAGES is not set -- 2.30.2